home *** CD-ROM | disk | FTP | other *** search
/ hornet.scene.org / hornet.scene.org FTP 11-25-2012.zip / hornet.scene.org FTP 11-25-2012 / code / utils / compiler / 00_index.txt next >
File List  |  2012-06-16  |  6KB  |  88 lines

  1. basm10.zip       297077 ****  Basic To Assembly Translator by Kevin Diggins :
  2.                               | Creates an assembly listing out of a basic
  3.                               | listing.
  4. bin2db24.zip      12087 *     Bin 2 DB by Escape : A bin 2 db util. See my
  5.                               | comments to incpro3.zip. Also, take out the
  6.                               | "coded in 100% Assembler" line. It's dorky,
  7.                               | especially for something whose main function
  8.                               | (input/output) is easiest handled by a high
  9.                               | level language and whose speed of execution is
  10.                               | on the magnitude of 2 seconds.
  11. bin2h.zip         11097 *+    Bin to H by Lev Iserovich : A bin 2 h/obj.
  12.                               | Actually produces obj files, but only works
  13.                               | with Turbo C with a little tweaking for Borland
  14.                               | C. (same company yes, slightly different
  15.                               | compilers.) (By extension, you should be able
  16.                               | to get it to work with TASM.)
  17. binobj32.zip      31779 *+    Bin to Obj by Mr Baggins of Extravaganza : A bin
  18.                               | 2 obj util. Actually produces obj files, but
  19.                               | only works with Watcom C. (By extension, you
  20.                               | should be able to get it to work with pmode and
  21.                               | TASM.)
  22. bpc-trtl.zip      13314 **+   tinyRTL by Solar Designer : A pas TPU with source
  23.                               | for creating small exes - A TPU that replaces
  24.                               | the system TPU in Turbo Pascal so that small
  25.                               | .exes can be made.  The example .exes are
  26.                               | deceiving as there is no built in support for
  27.                               | writing text and other such things.  Knowledge
  28.                               | of assembler will be necessary for most
  29.                               | programs you'd write with this. Pascal, real-
  30.                               | mode
  31. c--c0203.zip     309669 ***   C-- by Peter Cellik : C-- compiler,It's either a
  32.                               | stripped down version of C or ASM on steriods.
  33.                               | It was good and cool some time ago, but there
  34.                               | are surely better development platforms
  35.                               | available. Assembler, C/C++, real-mode
  36. c--ex103.zip     213584 ***   C-- examples by Peter Cellik : C-- example
  37.                               | sources - A must get for c--0203.zip Assembler,
  38.                               | C/C++, real-mode
  39. dkd32.zip         12414 **+   DeKompress DOS32 by Dark Fibre : Decompresses
  40.                               | files made with and compressed via DOS32 - This
  41.                               | utility could be useful for rippers faced with
  42.                               | intros coded with DOS32.  It will unpack the
  43.                               | exe and one can use further programs to extract
  44.                               | mod files or graphics.
  45. gema16.zip       118143 ****  GEMA by ? of Sector One : An assembler for those
  46.                               | used to 68k assemblers - Avids believe that
  47.                               | this assembler is more precise and makes more
  48.                               | sense.  I'll give them the former any day.  It
  49.                               | certainly does have many advantages over TASM
  50.                               | and MASM with the exception of wide support.
  51.                               | :(
  52. gema26aa.zip     148691 ****  GEMA by ? of Sector One : An assembler for those
  53.                               | used to 68k assemblers - Avids believe that
  54.                               | this assembler is more precise and makes more
  55.                               | sense.  I'll give them the former any day.  It
  56.                               | certainly does have many advantages over TASM
  57.                               | and MASM with the exception of wide support. :(
  58. incpro3.zip        6818 *     Inc Pro by KeLewAN : A bin 2 include util. A word
  59.                               | to the coder, learn to read/write double
  60.                               | values, it'll help speed up the assembler.  If
  61.                               | you were really cool, you'd write a binary to
  62.                               | .OBJ converter.
  63. mikdll.zip        20844 ***+  MikDLL library by MikMak : A dynamic library
  64.                               | loader for BC/DOS - This is a rather complex
  65.                               | piece of code not designed for the beginner.
  66.                               | It shows you how you could create a dynamic
  67.                               | library so that you can load code at runtime.
  68.                               | Suggested use is for a mod player to load the
  69.                               | specific sound card's drivers run time. C/C++,
  70.                               | real-mode
  71. mm13.zip          30985 +     The MAKEFILE Maker v1.3 (Watcom) by Kwanny C/C++
  72. nasm094.zip      320576 ****+ Netwide Assembler by Simon Tatham, Julian Hall :
  73.                               | A freeware assembler with good support. People
  74.                               | have been switching from TASM to this
  75.                               | assembler, especially linux and 68K coders.  It
  76.                               | is still being supported by the makers so it
  77.                               | understands newer op codes, like mmx
  78.                               | instructions, so you don't need to get intel's
  79.                               | 'macros' for new opcodes. Assembler, protected-
  80.                               | mode, real-mode
  81. qlib202.zip      362098 ***   QLIB 2.02 by Sub Death : Replacements for
  82.                               | standard C Library functions.  Uses pmode/w.
  83.                               | It replaces most standard C library functions,
  84.                               | presumeably so that you don't have to link in
  85.                               | the stdlibraries keeping an executable size
  86.                               | down.  Has some extras. Assembler, C/C++,
  87.                               | protected-mode
  88.